home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / windows / wr120b.zip / WRUZ.TXT < prev   
Text File  |  1993-11-21  |  2KB  |  67 lines

  1. WRUZ is the Windows based VB3 zipper/unzipper.
  2.  
  3. Warning:
  4. On Maximus boards using an OS/2 packer, replies fail while being
  5. unpacked. The solution for now is to use pkzip.exe for DOS instead of
  6. using WRUZ to pack replies. EllTech has been made aware of this.
  7.  
  8. =====================================================================
  9.  
  10. WRUZ.exe requires the use of four additional files:
  11.  
  12.     VBRun300.dll - Visual Basic run-time .dll (not included in this
  13.                    zip) I have this file available as vbrun300.zip
  14.  
  15.     Compress.dll - dll that does the actual uncomprssing and
  16.                    compressing (included in this zip)
  17.  
  18.     Threed.vbx   - Visual Basic File (included in this zip)
  19.                    WARNING: there are at least three versions of this
  20.                    file floating around.
  21.  
  22.     Cmdialog.vbx - Visual Basic File (included in this zip)
  23.                    WARNING: there may be other versions of this file
  24.                    floating around.
  25.  
  26. Copy compress.dll to your Windows\system directory. This is a unique
  27. file, and should not be available except for programs that use
  28. EllTech's code (vendor we got the routines from)
  29.  
  30. Check your Windows\System directory for:
  31.  
  32.    Threed.vbx, and Cmdialog.vbx
  33.  
  34. If these files exist with earlier dates than the ones provided in the
  35. zip file, rename the older files, and then copy the enclosed .vbx
  36. files into the Windows\System directory.
  37.  
  38. Changes in command line in Waverdr.ini:
  39.  
  40. [Packers]
  41. OpenZip=f:\mail\wruz.exe %f %d -o
  42. CloseZip=f:\mail\wruz.exe %f %d -c
  43.  
  44. Notice the -o added to the OpenZip line. -o is  for "Open", and
  45. -c is used in the CloseZip command line for "Close" the zip.
  46.  
  47. Troubleshooting zipping and unzipping with WRUZ.EXE
  48. ===================================================
  49.  
  50. WRUZ is hardcoded to use "-esi" switches, which are to use
  51. Shrink/Implode.  This allows reply packets to be created that are
  52. still in 1.1x PKZIP format. (Allows greatest flexability).
  53.  
  54. WRUZ will be called twice when closing WaveRdr, once to add the last
  55. read pointer file (if you have that chosen), and the second time to
  56. zip your replies.
  57.  
  58. WaveRdr passes all pathing information to WRUZ from your WaveRdr.ini
  59. file.  If any sort of error occurs, that's the place to look.
  60.  
  61. [Paths]
  62. ReplyPath=f:\mail
  63. Temp Dir=c:\temp
  64.  
  65. These two settings are the ones that will be queried.  Double check
  66. that these directories really do exist.
  67.